|
|
@@ -690,11 +690,11 @@ public class PhotoDetailsActivity extends BaseActivity implements View.OnClickLi
|
690
|
690
|
if(type.equals(PAY_TYPE_NO_MARK)){
|
691
|
691
|
getWipeWaterPrintLayout.setVisibility(View.GONE);
|
692
|
692
|
buyWipeWaterPrintTextView.setVisibility(View.VISIBLE);
|
693
|
|
- buyWipeWaterPrintTextView.showNumberWithAnimation(price/100.0f);
|
|
693
|
+ buyWipeWaterPrintTextView.setNumber(price/100.0f);
|
694
|
694
|
}else if(type.equals(PAY_TYPE_ORIGIN)){
|
695
|
695
|
getHDPhotoLayout.setVisibility(View.GONE);
|
696
|
696
|
buyHDPhotoTextView.setVisibility(View.VISIBLE);
|
697
|
|
- buyHDPhotoTextView.showNumberWithAnimation(price/100.0f);
|
|
697
|
+ buyHDPhotoTextView.setNumber(price/100.0f);
|
698
|
698
|
}
|
699
|
699
|
}
|
700
|
700
|
|